hwoto neglect if any exception happening in python

31

try:
    print(invalid-variable)
except Exception:
    pass

print("Exception ignored")
OUTPUT

Comments

Submit
0 Comments